From 3e36c563db3acc125eeab924e92752e136c91670 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 12 Jun 1993 23:27:32 +0000 Subject: [PATCH] Comment change. --- src/m/iris4d.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/m/iris4d.h b/src/m/iris4d.h index f12581f33e1..bd374367375 100644 --- a/src/m/iris4d.h +++ b/src/m/iris4d.h @@ -141,6 +141,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ in which crt1.o and crt1.n should be used. */ #define HAVE_CRTN +/* When you *do* link with -lbsd, you *still* get System V getpgrp, unless: + you define _BSD_COMPAT, -or- you call `BSDgetpgrp' explicitly. + Emacs does neither, so it gets SysV getpgrp which wants no arguments. */ + #ifdef HAVE_CRTN /* Must define START-FILES so that the linker can find /usr/lib/crt0.o. */ #define START_FILES pre-crt0.o /usr/lib/crt1.o -- 2.30.2